home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59 / 59.xpi / chrome / useragentswitcher.jar / content / useragentswitcher / about / about.css next >
Cascading Style Sheet File  |  2009-06-30  |  828b  |  62 lines

  1. @import url("chrome://global/skin/");
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. description
  5. {
  6.   margin-left: 0;
  7. }
  8.  
  9. separator, #useragentswitcher-about-dialog
  10. {
  11.   margin: 0;
  12.   padding: 0;
  13. }
  14.  
  15. #useragentswitcher-about-details
  16. {
  17.   background-color: #ffffff;
  18.   color: #000000;
  19.   padding: 0.5em;
  20. }
  21.  
  22. #useragentswitcher-about-details hbox
  23. {
  24.   background-image: url("chrome://useragentswitcher/content/logo.png");
  25.   background-position: top right;
  26.   background-repeat: no-repeat;
  27.   min-height: 35px;
  28.   padding-right: 35px;
  29. }
  30.  
  31. .date
  32. {
  33.   color: #999999;
  34. }
  35.  
  36. .name
  37. {
  38.   font-size: x-large;
  39.   padding-right: 0.25em;
  40. }
  41.  
  42. .name, .title
  43. {
  44.   font-weight: bold;
  45. }
  46.  
  47. .title
  48. {
  49.   padding-top: 0.25em;
  50. }
  51.  
  52. .url
  53. {
  54.   color: #0000ff;
  55.   cursor: pointer;
  56.   text-decoration: underline;
  57. }
  58. .url:hover
  59. {
  60.   color: #ff0000;
  61. }
  62.